home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / 2848A.ZIP / DVIEPS.DOC < prev    next >
Text File  |  1988-09-19  |  23KB  |  581 lines

  1. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      dvieps - TeX DVI to Epson translator
  7.  
  8.  
  9. SYNOPSIS
  10.      dvieps [-a] [-b] [-c#] [-d#] [-e_V_A_R=_v_a_l_u_e]...
  11.           [-f_f_o_n_t_s_u_b_f_i_l_e] [-l] [-m#]
  12.           [-o#]...  [-o#:#]...  [-o#:#:#]...
  13.           [-p] [-q] [-r#] [-s#] [-v]
  14.           [-x#_u_n_i_t_s] [-y#_u_n_i_t_s] [-z] dvifile1 [ dvifile2]...
  15.  
  16.  
  17.  
  18. DESCRIPTION
  19.      Dvieps expects the name of the DVI file on the command line,
  20.      and  the  extension  ._d_v_i  can always be omitted.  As illus-
  21.      trated below, it issues a one-line identifier  message  and,
  22.      if  no  command line arguments are given, types a Unix-style
  23.      _u_s_a_g_e message.
  24.  
  25.      The output file will be given the name of the ._d_v_i file, but
  26.      with suffix ._e_p_s.
  27.  
  28.      As each ._d_v_i file is processed, a list of errors is  printed
  29.      on  the standard error unit, _s_t_d_e_r_r; this list is also saved
  30.      in a file with suffix ._e_r_r. This  file  is  not  created  if
  31.      there  are no errors.  As each page is printed, the physical
  32.      page number and the TeX page number(s) are printed without a
  33.      following  character return; after the last page, the string
  34.      ``[OK]'' is printed, followed by a  newline.  This  gives  a
  35.      convenient  progress  report  to  the terminal. If it is not
  36.      wanted, then the error output can be suppressed with the  -q
  37.      (quiet) option.
  38.  
  39.  
  40. OPTIONS
  41.      The order of command options and DVI file names is _n_o_t  sig-
  42.      nificant;  all  switch  values  apply to all DVI files.  DVI
  43.      files are processed in order from left to right.
  44.  
  45.      Letter case is _i_g_n_o_r_e_d in option switches:  -A  and  -a  are
  46.      equivalent.
  47.  
  48.      -a   Implement virtual font caching, if  possible.   When  a
  49.           font  file  is opened, a buffer is allocated to contain
  50.           the entire file, and the file is  then  read  with  one
  51.           system  call.  This is important primarily on networked
  52.           file systems, where the many random-access calls in the
  53.           font  file for small amounts of data entail substantial
  54.           network overhead.  With the entire file cached in local
  55.           memory,  this  overhead  is  removed.    The additional
  56.           memory required for the font file  buffers  amounts  to
  57.  
  58.  
  59.  
  60. Printed 12/31/87         21 October 1987                        1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  68.  
  69.  
  70.  
  71.           100K  to 200K bytes (assuming the compact ._p_k font file
  72.           format), which is not excessive.  If memory  cannot  be
  73.           allocated  for  a  font  file, then normal buffering of
  74.           small blocks is used.  A trace option  (-d64)  is  pro-
  75.           vided to monitor the font caching; see below.
  76.  
  77.      -b   Backwards order printing from the default.   For  exam-
  78.           ple,  laser  printers  using  the   Canon  LBP-CX print
  79.           engine  normally  receive   pages   in  reverse   order
  80.           because  they  stack printed side  up.  Some  have page
  81.           handling  mechanisms that stack them face  down, and in
  82.           such   a  case  -b  will  ensure that they  come out in
  83.           order 1, 2, ...  instead  of n, n-1, n-2, ...
  84.  
  85.      -c#  Print # copies of each output page.   Page  copies  are
  86.           printed consecutively; this does _n_o_t give multiple col-
  87.           lated copies of the entire job.
  88.  
  89.      -d#  Produce debugging output on _s_t_d_e_r_r if a non-zero  value
  90.           is  given.   Multiple -d switches may be specified, and
  91.           one may also  add  values  of  the  following  possible
  92.           options to obtain the switch value:
  93.  
  94.           _2    display page coordinates and metrics of each  out-
  95.                put  character, and print each character bitmap in
  96.                hexadecimal;
  97.  
  98.           _8    print filename and open mode  of  each  _s_u_c_c_e_s_s_f_u_l
  99.                file opening;
  100.  
  101.           _1_6   print filename and open mode of each  _u_n_s_u_c_c_e_s_s_f_u_l
  102.                file opening;
  103.  
  104.           _3_2   show discarded off-page text;
  105.  
  106.           _6_4   trace virtual font caching;
  107.  
  108.           _1_2_8  trace character setting (_l_o_t_s of output).
  109.  
  110.           For example, either -d8 -d16 or  -d24  will  trace  all
  111.           attempted file openings.
  112.  
  113.      -eVAR=value
  114.           Define an environment variable on the command line (see
  115.           the  later section ENVIRONMENT VARIABLES).  The accept-
  116.           able values for _V_A_R are  _D_V_I_H_E_L_P,  _F_O_N_T_L_I_S_T,  _T_E_X_F_O_N_T_S,
  117.           and  _T_E_X_I_N_P_U_T_S.   Under  normal use of the translators,
  118.           these can be set by MS-DOS set VAR=value commands.
  119.  
  120.      -f_f_o_n_t_s_u_b_f_i_l_e
  121.           Define an alternate font substitution file which is  to
  122.           be used instead of the default ones (see below).
  123.  
  124.  
  125.  
  126. Printed 12/31/87         21 October 1987                        2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  134.  
  135.  
  136.  
  137.      -l   Inhibit logging.
  138.  
  139.      -m#  Reset magnification to #.  The default for low  resolu-
  140.           tion  printers  is -m603, corresponding to 1/1.2^5 mag-
  141.           nification of 300-dot/inch fonts.  By TeX  conventions,
  142.           magnification 1000 corresponds to a 200-dot/inch output
  143.           device.  The default magnification is  always  adjusted
  144.           according  to  the output device resolution in order to
  145.           give a normal  page  size,  so  this  parameter  should
  146.           rarely be required.  Legal values are int((1000 or 1440
  147.           or 1500) x 1.2^(k/2) [k = -16  ...  16];  other  values
  148.           will  be  set  to  the nearest in this family.  Not all
  149.           fonts will be available in this wide  range,  and  most
  150.           installations  will  probably have only a half dozen or
  151.           so magnifications.
  152.  
  153.           Magnification values less than 25 are taken to be a TeX
  154.           magstep parameter which is applied to the standard mag-
  155.           nification  for  that  device.   For  example,   -m-0.5
  156.           selects  a  smaller  size,  and -m2 selects a size 1.44
  157.           times larger than normal.
  158.  
  159.      -o# _o_r -o#:# _o_r -o#:#:#
  160.           Specify a page number, or range of page numbers, to  be
  161.           selected  for  output.   In  the  third  form, the last
  162.           number is the page number step size; it is normally  1.
  163.           This  option  may be specified any number of times.  If
  164.           it is not specified, then all pages  will  be  printed.
  165.           Pages  are  numbered in order 1, 2, 3, ... in the file,
  166.           but any page number recorded by TeX on the printed page
  167.           will  in  general  be different.  Negative page numbers
  168.           count backward; -1 is the last page in the document, -2
  169.           the second last page, and so on.
  170.  
  171.           As pages are  selected  for  printing,  [#{#}  will  be
  172.           printed  on _s_t_d_e_r_r, where the first # is the sequential
  173.           page number in the file, and the second # is  a  string
  174.           of values of the TeX counters, \count0 through \count9,
  175.           separated by dots, with trailing zero counters dropped.
  176.           \count0  usually records the printed page number.  When
  177.           the page is completely output,  a  closing  ]  will  be
  178.           printed  on  _s_t_d_e_r_r. Any error messages from processing
  179.           of that page will therefore occur  between  the  square
  180.           brackets.   For  example,  -o1:3  -o12  -o17:23 -o-3:-1
  181.           would select pages 1, 2, 3, 12, 17, 18, 19, 20, 21, 22,
  182.           and 23, plus the last three pages.
  183.  
  184.           Pages are processed in the order found in the DVI file;
  185.           there  is  intentionally  no  attempt made to sort them
  186.           according to the \count0 values, since different  macro
  187.           packages  may  use this counter for different purposes,
  188.           and in the case of floating  tables  and  figures,  the
  189.  
  190.  
  191.  
  192. Printed 12/31/87         21 October 1987                        3
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  200.  
  201.  
  202.  
  203.           pages may not be in order anyway.
  204.  
  205.           Pages will always be printed in  an  order  appropriate
  206.           for  the  device so that the first document page occurs
  207.           first face up in the document stack; the -b option  can
  208.           be  used  to  reverse  this  order.   For example, some
  209.           Hewlett-Packard LaserJet  Plus  printers  are  equipped
  210.           with  a page flipper which stacks output face down; for
  211.           these, the -b option will ensure that  the  pages  come
  212.           out in the expected order.
  213.  
  214.           Specification of a page number step size is useful  for
  215.           producing  duplex  (two-sided)  printing.  For example,
  216.           with laser printers using the Canon LBP-CX engine,  the
  217.           first  run  could specify -o1:9999:2, which would stack
  218.           output face up, beginning with the last page, and  end-
  219.           ing  with page 1 on top.  The printed pages can then be
  220.           reinserted in the input tray _f_a_c_e _u_p,  page  1  on  the
  221.           top,  exactly  as  they  were found in the output tray,
  222.           with the top of the page in the tray closest to the end
  223.           which is inserted first into the printer.  A second run
  224.           with -b -o2:9999:2 would then print pages 2, 4, ..., on
  225.           the backs of pages 1, 3, ...; note the -b option to get
  226.           backwards order on the second run.
  227.  
  228.  
  229.      -p   Inhibit font preloading.  This may produce output a few
  230.           seconds  earlier  when all pages are output, but should
  231.           have negligible effect on the execution time, and  con-
  232.           sequently,  should  normally  not  be  specified.  When
  233.           individual pages are being printed with the -o# option,
  234.           preloading  is necessary (and will be forced) to ensure
  235.           that all fonts are defined before they are referenced.
  236.  
  237.      -q   Quiet mode.  Status displays to _s_t_d_e_r_r are  suppressed,
  238.           unless  warning  or  error  messages  are  issued.  For
  239.           interactive  devices  (_d_v_i_b_i_t),  warning  messages  are
  240.           suppressed.
  241.  
  242.  
  243.      -x#_u_n_i_t_s
  244.           The  -x options specify the left margin of the TeX page
  245.           on  the  output  page  in  any  of the indicated units.
  246.           Letter case is not  significant  in  the  units  field,
  247.           which  must  _n_o_t  be  separated  from the number by any
  248.           space. # may  be  fractional.   For  example,  -x1.0in,
  249.           -x2.54cm,  -x72.27pt, and -x6.0225pc all specify a one-
  250.           inch left margin. Negative values are permissible,  and
  251.           may  be  used  to  shift the output page left (possibly
  252.           truncating it on the left) in order to display  a  wide
  253.  
  254.  
  255.  
  256. Printed 12/31/87         21 October 1987                        4
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  264.  
  265.  
  266.  
  267.           TeX page.
  268.  
  269.           The _u_n_i_t_s field is mandatory, and may be one of
  270.  
  271.           bp   big point (1in = 72bp)
  272.  
  273.           cc   cicero (1cc = 12dd)
  274.  
  275.           cm   centimeter (1in = 2.54cm)
  276.  
  277.           dd   didot point (1157dd = 1238pt)
  278.  
  279.           in   inch
  280.  
  281.           mm   millimeter (10mm = 1cm)
  282.  
  283.           pc   pica (1pc = 12pt)
  284.  
  285.           pt   point (72.27pt = 1in)
  286.  
  287.           sp   scaled point (65536sp = 1pt)
  288.  
  289.      -y#_u_n_i_t_s
  290.           The -y options specify the top margin of the  TeX  page
  291.           on  the output page.  Letter case is not significant in
  292.           the units field, which must _n_o_t be separated  from  the
  293.           number  by  any space.  # may be fractional.  For exam-
  294.           ple, -y1.0in, -y2.54cm, -y72.27pt, and  -y6.0225pc  all
  295.           specify  a  one-inch  top  margin.  Negative values are
  296.           permissible, and may be used to shift the  output  page
  297.           up  (possibly  truncating  it  on  the top) in order to
  298.           display a long TeX page.
  299.  
  300.           By decree of the Stanford TeX Project, the default  TeX
  301.           page  origin  is  always  1 inch over and down from the
  302.           top-left page  corner,  even  when  non-American  paper
  303.           sizes  are  used.   This corresponds to the switch set-
  304.           tings -x1in -y1in;  these  values  are  assumed  unless
  305.           overridden.
  306.  
  307.      If no -f_f_o_n_t_s_u_b_f_i_l_e option is given, and  font  substitution
  308.      is  required,  if  the current DVI file is _f_o_o._d_v_i, then the
  309.      files _f_o_o._s_u_b, _t_e_x_f_o_n_t_s._s_u_b, and _t_e_x_i_n_p_u_t_s:_t_e_x_f_o_n_t_s._s_u_b will
  310.      be  tried  in  order.   The  first  two will be found on the
  311.      current directory, and the last is the system default.  This
  312.      gives  the  option  of document-specific, user-specific, and
  313.      system-specific substitutions, and the -f option allows  all
  314.      of these to be overridden.
  315.  
  316.      Font substitution lines have the form:
  317.  
  318.      % comment
  319.  
  320.  
  321.  
  322. Printed 12/31/87         21 October 1987                        5
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  330.  
  331.  
  332.  
  333.      oldname.oldmag  ->  subname.submag  % comment
  334.      oldname oldmag  ->  subname submag  % comment
  335.      oldname         ->  subname         % comment
  336.  
  337.      Examples are:
  338.  
  339.      % These provide replacements for some LaTeX invisible fonts:
  340.      iamr10 1500     ->  amr10 1500      % comment
  341.      iamr10.1500     ->  amr10.1500      % comment
  342.      iamssb8         ->  amssb8          % comment
  343.  
  344.      The first  two  forms request  substitution  of a   particu-
  345.      lar   font   and magnification.  The third  form substitutes
  346.      an  entire font family;  the closest available magnification
  347.      to  the  required one will be used.   Any dots in  the  non-
  348.      comment  portion   will  be   converted   to   spaces,   and
  349.      therefore, cannot be part of a name field.
  350.  
  351.      The  first  matching  substitution  will  be  selected,   so
  352.      magnification-specific  substitutions should be given first,
  353.      before family substitutions.
  354.  
  355.      Comments are introduced by percent and continue  to  end-of-
  356.      line,   just  as  for  TeX.   One  whitespace  character  is
  357.      equivalent to any amount of whitespace.  Whitespace and com-
  358.      ments are optional.
  359.  
  360.  
  361. SPECIALS
  362.      The TeX \special{} command is intended to allow the specifi-
  363.      cation  in  a ._t_e_x file of a request to the DVI driver, usu-
  364.      ally for the insertion of graphical material at  that  point
  365.      in  the  document.   It  is  currently  not  implemented for
  366.      dvieps.
  367.  
  368.  
  369. ENVIRONMENT VARIABLES
  370.      The behavior of the DVI translators  can  be  influenced  by
  371.      definition  of environment variables in MS DOS.  Compiled-in
  372.      internal defaults will be provided for any  of  these  which
  373.      are  not  defined.    They  _m_u_s_t  be entirely in upper-case,
  374.      since that is  conventional  on  Unix  systems.   The  names
  375.      currently recognized are as follows:
  376.  
  377.      DVIHELP    This variable defines an  alternate  help  string
  378.                 which   is  typed  when the  user makes  an input
  379.                 error.  It  should direct  the  user   to   addi-
  380.                 tional   documentation.     For example, it might
  381.                 be ``type d:\tex\dvi.hlp''.
  382.  
  383. FONTLIST
  384.                 Normally, the  drivers  are  prepared  to  search
  385.  
  386.  
  387.  
  388. Printed 12/31/87         21 October 1987                        6
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  396.  
  397.  
  398.  
  399.                 first  for  ._p_k,  then ._g_f, then ._p_x_l font files.
  400.                 This variable can be used to change  this  search
  401.                 order,  or  remove  one or more of the possibili-
  402.                 ties.  It is expected to contain at least one  of
  403.                 the  strings ``PK'', ``GF'', or ``PXL'', possibly
  404.                 separated  by  arbitrary  punctuation  and  other
  405.                 text.  This flexibility is necessary because some
  406.                 operating systems expect environment variables to
  407.                 conform  to  some  syntax, such as that of a file
  408.                 name.  Letter case is  _n_o_t  significant.     Some
  409.                 acceptable  strings  are ``PXL-then-PK-then-GF'',
  410.                 ``pk.gf'',      ``use-only-PXL-fonts'',       and
  411.                 ``PXL/GF/PK''.
  412.  
  413.      FONTDIR    This defines the directory path for finding  font
  414.                 files.  Its  value  is _p_r_e_p_e_n_d_e_d to the name of a
  415.                 TeX font to  get a full  file  specification.   A
  416.                 typical   value   in   for   _F_O_N_T_D_I_R   would   be
  417.                 _d:\_t_e_x\_f_o_n_t_s\_p_k\.
  418.  
  419.      TEXINPUTS  This defines the directory path for finding files
  420.                 which  are  not in the current working directory.
  421.                 It is _p_r_e_p_e_n_d_e_d to file names.  A  typical  value
  422.                 would be _d:\_t_e_x\_i_n_p_u_t_s\.
  423.  
  424.  
  425. IBM PC CAVEATS
  426.      PC DOS by default has only a small number of available  open
  427.      files,  and this number is not adequate for the drivers with
  428.      the value of five for _M_A_X_O_P_E_N set in _m_a_c_h_d_e_f_s._h.   You  need
  429.      to increase the limits by entering the lines
  430.  
  431.      FILES=10
  432.      BUFFERS=10
  433.  
  434.      in the _c_o_n_f_i_g._s_y_s file in the boot  directory,  then  reboot
  435.      the  system  to  have  the  new  values take effect.  Larger
  436.      values are of course possible, though _F_I_L_E_S=_2_0 is the  limit
  437.      with  current  versions of PC DOS.  Run-time performance can
  438.      be quite sensitive to these settings, so  you  may  wish  to
  439.      experiment.
  440.  
  441.      If there is no _c_o_n_f_i_g._s_y_s file, or the settings of _F_I_L_E_S and
  442.      _B_U_F_F_E_R_S are too small, you will find the disk whirring madly
  443.      while the driver attempts to open font files with  neighbor-
  444.      ing magnifications, and then it will finally die with a mes-
  445.      sage _u_n_a_b_l_e _t_o _o_p_e_n ._e_r_r _f_i_l_e.  Use of the -d24  option  may
  446.      be  useful  in  tracking  how many files can successfully be
  447.      opened.
  448.  
  449.      The drivers have been  loaded  with  the  default  Datalight
  450.      floating-point  library;  the  compiler  generates  calls to
  451.  
  452.  
  453.  
  454. Printed 12/31/87         21 October 1987                        7
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  462.  
  463.  
  464.  
  465.      library routines which test a flag  initialized  at  startup
  466.      time   which  indicates  the  presence  or  absence  of  the
  467.      floating-point coprocessor chip.  If it  is  available,  the
  468.      library routines will automatically use it.
  469.  
  470.  
  471. FILES
  472.      The values of _t_e_x_i_n_p_u_t_s: and  _t_e_x_f_o_n_t_s:  below  are  system-
  473.      dependent.    On   MSDOS   systems,   typical   values   are
  474.      _d:\_t_e_x\_i_n_p_u_t_s\ and _d:\_t_e_x\_f_o_n_t_s\_p_k\.
  475.  
  476.  
  477.      *._d_v_i                   TeX DeVice Independent output file
  478.  
  479.      *._e_r_r                   TeX DVIEPS translator error log
  480.  
  481.      *._e_p_s                   TeX DVIEPS translator output file
  482.  
  483.      *._s_u_b                   DVI file-specific font  substitution
  484.                              file
  485.  
  486.      _t_e_x_f_o_n_t_s._s_u_b            Job-wide font substitution file
  487.  
  488.      _t_e_x_f_o_n_t_s:*.*_p_x_l         TeX default font rasters
  489.  
  490.      _t_e_x_f_o_n_t_s:*.*_g_f          TeX default font rasters
  491.  
  492.      _t_e_x_f_o_n_t_s:*.*_p_k          TeX default font rasters
  493.  
  494.      _t_e_x_i_n_p_u_t_s:_t_e_x_f_o_n_t_s._s_u_b  System-wide font substitution file
  495.  
  496.  
  497. ORIGIN
  498.      This version of DVIEPS was modified from Nelson Beebe's  DVI
  499.      Driver  Family  version  2.10.   Since the bitmap for a full
  500.      page at 240dpi by 216 dpi requires more memory  than  avail-
  501.      able  on  a  640k  system, two  passes are  made  over  each
  502.      page using a half-size bitmap. This gives twice the perform-
  503.      ance of the swapping scheme previously used.  
  504.  
  505.  
  506. AUTHORS
  507.      The original author of the DVI driver family is
  508.  
  509.  
  510.  
  511. Printed 12/31/87         21 October 1987                        8
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518. dvi(1L)             UNIX Programmer's Manual              dvi(1L)
  519.  
  520.  
  521.  
  522.      Nelson H.F. Beebe
  523.      Center for Scientific Computation
  524.      220 South Physics Building
  525.      University of Utah
  526.      Salt Lake City, UT 84112
  527.      USA
  528.  
  529.      Tel: (801) 581-5254
  530.      EMAIL: Beebe@Science.Utah.Edu (Internet)
  531.  
  532.      An active electronic mailing list for  news  about  the  DVI
  533.      driver family development is maintained by the author at the
  534.      above net address.  Send requests there if you wish to be on
  535.      it.
  536.  
  537.      David Fuchs at Stanford University wrote _d_v_i_t_y_p_e in _w_e_b  and
  538.      defined the DVI file format.
  539.  
  540.      Mark Senn at Purdue University wrote a  preliminary  version
  541.      of  the  BBN BitGraph driver in C, using _d_v_i_t_y_p_e as a model.
  542.      Stephan v.  Bechtolsheim and Bob  Brown  at  Purdue,  Robert
  543.      Wells  at  BBN,  and  Jim  Schaad  and Richard Furuta at the
  544.      University of Washington, improved it.
  545.  
  546.      Contributions for PostScript devices came from Neal Holtz at
  547.      Carleton University.  Simon Barnes of Schlumberger Cambridge
  548.      Research Ltd., and Robin Rohlicek  at  BBN  provided  useful
  549.      additions  to  the  BBN BitGraph driver which have been gen-
  550.      eralized and incorporated in Version 2.07.
  551.  
  552.      The transformation to about a dozen  other  device  drivers,
  553.      the  massive  code  rearrangement  for many new features and
  554.      easy identification of host- and device-dependent  sections,
  555.      plus support for ._p_k and ._g_f compact font files, was carried
  556.      out at the University of Utah by  Nelson  H.F.   Beebe.   He
  557.      also  wrote  the documents _A _T_e_X _D_V_I _D_r_i_v_e_r _F_a_m_i_l_y and _U_s_i_n_g
  558.      _L_a_T_e_X _a_t _t_h_e _U_n_i_v_e_r_s_i_t_y _o_f _U_t_a_h _C_o_l_l_e_g_e _o_f  _S_c_i_e_n_c_e  _D_E_C-_2_0.
  559.      The  first describes all of these drivers in detail, and the
  560.      second is the _L_o_c_a_l _L_a_T_e_X _G_u_i_d_e.
  561.  
  562.      Lon Willett at Utah adapted _d_v_i_j_e_p to make  _d_v_i_i_m_p  for  the
  563.      Imagen laser printer family.
  564.  
  565.      John  Sauter  adapted  one  of  the  low-resolution  printer
  566.      drivers  to  produce  _d_v_i_l_7_5  for  the DEC LA75 printer, and
  567.      _d_v_i_l_3_p for the DEC LN03 Plus laser printer.
  568.  
  569.      Norman Naugle and colleagues at Texas  A&M  implemented  the
  570.      family on several new systems.
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. Printed 12/31/87         21 October 1987                        9
  578.  
  579.  
  580.  
  581.